home *** CD-ROM | disk | FTP | other *** search
- Path: rcp6.elan.af.mil!rscernix!danpop
- From: danpop@mail.cern.ch (Dan Pop)
- Newsgroups: comp.lang.c
- Subject: Re: Help creating dir's in C
- Date: 8 Mar 96 15:46:14 GMT
- Organization: CERN European Lab for Particle Physics
- Message-ID: <danpop.826299974@rscernix>
- References: <4hlvu4$2hc@news.voicenet.com>
- NNTP-Posting-Host: ues5.cern.ch
- X-Newsreader: NN version 6.5.0 #7 (NOV)
-
- In <4hlvu4$2hc@news.voicenet.com> The Hermit <deaton@cygnus.rsabbs.com> writes:
-
- > Please help me! I'm really stuck on this program that I'm writing in C/C++. I using Borland's Turbo C/C++ compiler 3.0 for DOS.
- >What I need to know how to do is create and remove DOS directories WITHIN the C program. I've even tried using inline ASM routines
- >and calling BIOS interrupts, but I'm not too keen on ASM and I crashed my PC. :) Any replies are appreciated...
-
- You can't create directories in C (the language doesn't support the
- concept of directory). For Borland specific solutions please go to
- comp.os.msdos.programmer.
-
- P.S. Please avoid lines longer than ~75 characters. They look horrible
- on normal terminals.
-
- Dan
- --
- Dan Pop
- CERN, CN Division
- Email: danpop@mail.cern.ch
- Mail: CERN - PPE, Bat. 31 R-004, CH-1211 Geneve 23, Switzerland
-